Accounts
List all accounts
Returns list of accounts.
GET
/
send
/
accounts
Use this endpoint to know:
- Your available settlement (collection) amount that can be converted to CHIP Send Limit;
- Current balance;
- Send Fee;
- Account Verification Fee;
- No. of approvals required to convert collection balance to CHIP Send Limit
Please note that convertible_balance_from_statement
will return different data depending on when you hit this endpoint. This adds flexibility and time for you to plan out your CHIP Send Budget Allocation requests, without having to send extra information.
For example:
- Trigger today at 11.59 PM MYT will return convertible balance from today’s collection.
- Trigger tomorrow at 12.00 AM MYT will return convertible balance from today’s collection.
- Trigger tomorrow at 11.59 AM MYT will return convertible balance from today’s collection.
- Trigger tomorrow at 12.00 PM MYT will return convertible balance from tomorrow’s collection.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
epoch
integer
requiredUnix epoch timestamp
checksum
string
requiredRefer to checksum calculation
Response
200 - application/json
results
object[]
meta
object