Exchange FIX API
Get all balances
api
get
/balances

Get all balances

Get crypto exchange account balances for the requesting user. The user is resolved by the provided API key.

note

This endpoint does not return your balances in other services provided by Revolut.

X-API-KEY

The API key provided to you by Revolut X. Each API key directly maps to a user account (either business or retail).

Request

Response

OK

The list of available balances.

Response body
Body array of objects

Example: "BTC"

Currency.

Example: "1234.0000"

Available (free) funds amount. Returned as a string to prevent rounding errors.

Example: "1234.0000"

Reserved (locked) funds amount. Returned as a string to prevent rounding errors.

Example: "1234.0000"

Available + Reserved funds amount. Returned as a string to prevent rounding errors.

Was this page helpful?
Loading...