List balances
<Warning title="Beta" icon="robot-astromech">
Balances is a **beta** feature. We're actively improving this API based on your feedback.
</Warning>
Returns a list of balances for a customer matching the given query parameters.
Scopes: `BALANCES_READ`
Headers
Accept
X-Region
X-Signature
User-Agent
Query parameters
customer_id
ID of the customer whose balances will be listed.
type
The type of balances to list.
Allowed values:
grant_id
ID of the grant that authorizes reading the customer’s balances. This grant is created when a customer approves a CHECKING_BALANCE action in the Customer Request API.
cursor
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limit
Maximum number of balances to return.
Response
OK
balances
List of balances matching the given query parameters.
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.
Errors
400
Bad Request Error