powered by
paxos_bearer_token
paxos_bearer_token(client_id, client_secret, scope, timeout_seconds = 60)
returns your Paxos bearer token
the client id you generated when you created your API key
the client secret you generated when you created your API key
the scope needed for your specific API call
seconds until the query times out. Default is 60.
if (FALSE) { client_id <- "..." client_secret <- "..." scope <- 'funding:read_address' token <- paxos_bearer_token(client_id, client_secret, scope)}
Run the code above in your browser using DataLab