p2p_search | R Documentation |
Search P2P
p2p_search(coin, fiat, side, pay_types = c(), page = NA, rows = 10)
coin |
Coin. |
fiat |
Fiat currency. |
side |
Side of the trade: |
pay_types |
Options for payment. One or more of |
page |
Page number. If |
rows |
Number of records per page. |
A data frame.
# Grab the first page.
p2p_search("ETH", "USD", side = "BUY", page = 1)
# Grab all pages.
p2p_search("BUSD", "CAD", side = "BUY")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.