Links

Balance

Query your account balance
Paste this query to the GraphQL Playground
Query
Response
{
balances(currencies: AUD) {
currency
cleared
pending
}
}
{
"data": {
"balances": [
{
"currency": "AUD",
"cleared": 3860,
"pending": 0
}
]
}
}
Top up your development account balance
When you need to top up your development account balance please reach out to our FlashFX Dev Support team either by email or in our shared Slack chat and we will be happy to help you during our business hours.
Last modified 10mo ago