Skip to main content

Get your wallet balance

GET 

http://localhost:8080/api/v1/wallets/:id/balance

Retrieve your wallet balance for your account.

Request

Path Parameters

    id uuidrequired

Header Parameters

    ApiKey stringrequired
    AccountId stringrequired

Responses

OK

Schema
    currencyCode string

    Possible values: Value must match regular expression [A-Z]{3}

    Currency Code

    availableBalance number

    Available unallocated balance

    pending number

    Funds reserved/pending

    expectedIncoming number

    Funds expected incoming

    expectedOutgoing number

    Funds expected outgoing

    due number

    Total settlements due

curl -L -X GET 'http://localhost:8080/api/v1/wallets/:id/balance' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://localhost:8080
Parameters
— pathrequired
— headerrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!