Skip to main content
GET
Get Wallet Balance
This endpoint retrieves the token balances (including available and pending balances) for a specific cryptocurrency wallet.

Endpoint

GET {{baseURL}}/v1/ramp/wallet/{{walletId}}/balance

Headers


Path Parameters


Request Example


Success Response 200 OK

Response Breakdown


Error Responses

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string<uuid>
required

The unique identifier of the wallet to fetch balance for.

Response

Wallet balance retrieved successfully.

status
string
Example:

"success"

message
string
Example:

"wallet balance fetched successfully"

data
object