Crypto Exchange & Wallet

Function

Endpoint

Description

GET /api/v1/partners/pairs

Fetch a list of available exchange pairs to display to your user.

GET /api/v1/partners/exchange-rates

Fetch information related to exchange rate for selected pair

POST /api/v1/partners/users/{user}/buy

Complete buy order for selected pair

POST /api/v1/partners/users/{user}/sell

Complete sell order for selected pair

GET /api/v1/partners/currencies

Fetch a list of available currencies

GET /api/v1/partners/users-transactions

Fetch a list of transactions for all users.

GET /api/v1/partners/users/{user}/transactions

Fetch a list of transactions for a specific user.

GET /api/v1/partners/users/{user}/transactions/{transactionId}

Fetch a specific transaction for a specific user.

GET /api/v1/partners/limits/minimum

Fetch minimum buy or sell amount

Last updated