Create Counterparty
Creates a new Counterparty under an existing Entity. A Counterparty represents an external party that funds can be sent to or received from. Counterparties can be either wallet addresses or bank accounts.
Documentation Index
Fetch the complete documentation index at: https://docs.otim.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key prefixed with sk_.
Body
The ID of the Entity this Counterparty belongs to.
A display name for the Counterparty.
The type of Counterparty.
wallet, bank_account Name of the bank. Required when type is bank_account.
Bank account number. Required when type is bank_account.
Bank routing number. Required when type is bank_account.
Wallet address. Required when type is wallet.
Chain for the wallet. Required when type is wallet.
ethereum, base, arbitrum, optimism, polygon Response
Counterparty created.
"cpty_01JA1B2C3D4E5F6G7H8J9K0L"
"ent_01JA1B2C3D4E5F6G7H8J9K0L"
"Acme Corp"
wallet, bank_account "bank_account"
"Chase"
"****6789"
"021000021"
"0x1234567890abcdef1234567890abcdef12345678"
"base"
"2025-01-15T12:00:00Z"