Create a CBIT bank account

POST {{baseUrl}}/v1/businessAccount/banks/cbit

Body Params

idempotencyKey string (REQUIRED) Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

walletAddress string (REQUIRED) CBIT wallet address.

Request Body

{"idempotencyKey"=>"{{$guid}}", "walletAddress"=>"0x7d8da35e03ef3a5ec5d5edbb961ef399dfb42d1e"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"id":"007019b8-4c6c-4887-bc78-668b64eea51b","status":"pending","trackingRef":"CIR23X5U26","walletAddress":"0x7d8da35e03ef3a5ec5d5edbb961ef399dfb42d1e","createDate":"2024-01-16T22:27:07.617651709Z","updateDate":"2024-01-16T22:27:07.617651709Z"}}