v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Payouts

Get exchange rate

Retrieves the current exchange rate between two specified currencies.

get/open-api/v3/payment/rate

Query parameters

accountIdstring required

The UUID of the account.

The UUID of the account.

fromCurrency'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR' required

From currency.

From currency.

toCurrency'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR' required

To currency.

To currency.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}