Get a Ledger balance
POST https://{{env_url}}/transfer/ledger/get
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"balance":{"available":"1721.70","pending":"123.45"},"request_id":"saKrIBuEB9qJZno"}