paxos_bearer_token {cryptotrackr}R Documentation

paxos_bearer_token

Description

paxos_bearer_token

Usage

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

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.

Value

returns your Paxos bearer token

Examples

## Not run: 
client_id <- "..."
client_secret <- "..."
scope <- 'funding:read_address'
token <- paxos_bearer_token(client_id, client_secret, scope)
## End(Not run)

[Package cryptotrackr version 1.3.3 Index]