Skip to main content
GET
Get Wallet Balance
🚧 The Ramp API is currently under construction. Endpoints and features described here are subject to change. Do not use in production until this notice is removed.
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