Docs
Credits
GET /v1/credits — wallet balance, held amount, and what is spendable.
GET
https://iranrouter.com/v1/creditsThe wallet balance of the account this key belongs to.
json
{
"object": "credits",
"balance_rial": 4500000,
"held_rial": 120000,
"available_rial": 4380000,
"lifetime_deposit_rial": 20000000,
"currency": "IRR"
}| Field | Meaning |
|---|---|
balance_rial | Total balance. |
held_rial | Held for in-flight requests. Temporary; released at settlement. |
available_rial | What is actually spendable — branch on this one. |