Skip to main content
GET

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Query Parameters

limit
integer<int32>
default:10

The maximum number of objects to return. For most operations, the value range is [1, 50].

before
string

A cursor indicating the position before the current page. This value is generated by Cobo and returned in the response. If you are paginating forward from the beginning, you do not need to provide it on the first request. When paginating backward (to the previous page), you should pass the before value returned from the last response.

after
string

A cursor indicating the position after the current page. This value is generated by Cobo and returned in the response. You do not need to provide it on the first request. When paginating forward (to the next page), you should pass the after value returned from the last response.

entry_type
enum<string>
required

EntryType defines the type of the counterparty entry:

  • Address: The counterparty entry is an address.
  • BankAccount: The counterparty entry is a bank account.

The type of the counterparty entry.

  • Address: The entry is a wallet address.
  • BankAccount: The entry is a bank account.
Available options:
Address,
BankAccount
Example:

"Address"

destination_id
string

The destination ID.

chain_ids
string

The chain ID, which is the unique identifier of a blockchain.

wallet_address
string

The wallet address.

keyword
string

A search term for performing fuzzy matches in the search query. The keyword.

bank_account_status
enum<string>

BankAccountStatus defines the status of the bank account:

  • Pending: The bank account is pending verification by Cobo.
  • Approved: The bank account has been approved by Cobo.
  • Rejected: The bank account has been rejected by Cobo.
Available options:
Pending,
Approved,
Rejected
Example:

"Pending"

bank_account_tag
enum<string> | null

Filter destination bank accounts by tag.

The tag of the destination bank account.

  • VA: The bank account maps to a virtual account.
Available options:
VA
Example:

"VA"

Response

The request was successful.

wallet_addresses
object[]
bank_accounts
object[]
pagination
object

The pagination information of the returned data.