cURL
curl --request GET \ --url https://api.otim.com/v0/accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "acc_01JA1B2C3D4E5F6G7H8J9K0L", "entityId": "ent_01JA1B2C3D4E5F6G7H8J9K0L", "name": "Treasury", "type": "wallet", "chain": "base", "availableBalance": "1000000", "pendingBalance": "0", "lockedBalance": "0", "holdingBalance": "0", "currency": "USDC", "status": "active", "autoEarn": true, "metadata": {}, "createdAt": "2025-01-15T12:00:00Z", "updatedAt": "2025-01-15T12:00:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
Returns a paginated list of Accounts on your Platform.
API key prefixed with sk_.
sk_
Filter Accounts by Entity ID.
Pagination cursor from a previous response.
Number of items to return.
x <= 100
A paginated list of Accounts.
Show child attributes