Skip to main content

Retrieve crypto wallet balance (self-serve)

GET 

/payment-methods/crypto/:currency/balance

The authenticated account's crypto wallet balance for the given currency, in integer minor units. Account-generic — serves merchants, individuals and partners identically (the account-scoped sibling of GET /balances). Zeros when no wallet/balance exists yet. accountId reads on behalf of an onboarded account.

Request

Path Parameters

    currency stringrequired

    Crypto currency code, e.g. BASE-USDC.

Query Parameters

    accountId uuid

    Read on behalf of an account you onboarded (onboarding relationship). Defaults to the authenticated account.

Responses

Crypto wallet balance

Schema

    data

    object

    account_id uuid
    currency string
    available_minor integer
    pending_minor integer
Loading...