💰Balances

GET https://api.silus.io/v1/balances

List current balances

Request example

curl https://api.silus.io/v1/balances
\-H 'Authorization: Bearer superSecretPrivateKey'

Response

[
    {
        "network": "TRON",
        "currency": "TRX",
        "balance": 0,
        "pending_balance": 0.08027
    },
    ...
]
Parameter
Description

balance

Currently available balance

pending_balance

Balance of received funds which will be transferred to the "available" balance by the end of current day.

Last updated