cURL
curl --request GET \ --url https://api.otim.com/v0/counterparties \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "cpty_01JA1B2C3D4E5F6G7H8J9K0L", "entityId": "ent_01JA1B2C3D4E5F6G7H8J9K0L", "name": "Acme Corp", "type": "bank_account", "bankName": "Chase", "accountNumber": "****6789", "routingNumber": "021000021", "walletAddress": "0x1234567890abcdef1234567890abcdef12345678", "chain": "base", "createdAt": "2025-01-15T12:00:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
Returns a paginated list of Counterparties on your Platform.
API key prefixed with sk_.
sk_
Filter Counterparties by Entity ID.
Pagination cursor from a previous response.
Number of items to return.
x <= 100
A paginated list of Counterparties.
Show child attributes