List Payment Methods
List Payment Methods
POSThttps://api.gemini.com/v1/payments/methods
Returns data on fiat currency balances in the account and linked bank accounts.
POST
curl --request POST \
--url https://api.gemini.com/v1/payments/methods \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/payments/methods",
"nonce": "<nonce>"
}
'Roles
This endpoint can be accessed by either a Master or Account level key with any role assigned. See Roles for more information.
The OAuth scope must have banks:read assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Request Body
Responses
Successful operation
Last modified on