curl --request GET \
--url https://api.platform.dakota.xyz/self-serve/credits/balance \
--header 'x-api-key: <api-key>'{
"balance_cents": 45000,
"transfer_capacity_cents": 9000000
}Returns the current prepaid credit balance for the authenticated self-serve client.
curl --request GET \
--url https://api.platform.dakota.xyz/self-serve/credits/balance \
--header 'x-api-key: <api-key>'{
"balance_cents": 45000,
"transfer_capacity_cents": 9000000
}Was this page helpful?