Learn R Programming

cryptotrackr (version 1.3.3)

paxos_bearer_token: paxos_bearer_token

Description

paxos_bearer_token

Usage

paxos_bearer_token(client_id, client_secret, scope, timeout_seconds = 60)

Value

returns your Paxos bearer token

Arguments

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.

Examples

Run this code
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