pymt_methods: View All Linked payment Methods.

Description Usage Arguments Value Examples

View source: R/pymt_methods.R

Description

This is an auth based function. User must have valid api keys generated by GDAX which must be passed as mandatory arguments. These keys must have the appropriate access. Note that for this function to work, the API key must have transfer access.

Usage

1
pymt_methods(api.key, secret, passphrase)

Arguments

api.key

Mandatory character value. This is the API key as generated by GDAX. Typically a 32 character value.

secret

Mandatory character value. This is the API secret as generated by GDAX. Typically a 88 character value.

passphrase

Mandatory character value. This is the passphrase as generated by GDAX. Typically a 11 character value.

Value

A named list.

Examples

1
2
3
4
## Not run: 
pmt_methods(api.key = your_key, secret = your_api_secret, passphrase = your_api_pass)

## End(Not run)

rgdax documentation built on Aug. 3, 2021, 9:06 a.m.