paxos_bearer_token: paxos_bearer_token

View source: R/paxos.R

paxos_bearer_tokenR 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)

cryptotrackr documentation built on June 22, 2024, 10:39 a.m.