paxos_bearer_token | R Documentation |
paxos_bearer_token
paxos_bearer_token(client_id, client_secret, scope, timeout_seconds = 60)
client_id |
the client id you generated when you created your API key |
client_secret |
the client secret you generated when you created your API key |
scope |
the scope needed for your specific API call |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns your Paxos bearer token
## Not run:
client_id <- "..."
client_secret <- "..."
scope <- 'funding:read_address'
token <- paxos_bearer_token(client_id, client_secret, scope)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.