List address verifications
List self-custody address verification records under the current organization with optional filters and cursor-based pagination.
Records are sorted by creation time descending (most recent first). Use limit plus before / after cursors from the previous page’s pagination block to traverse pages.
Each record’s status is one of PENDING, VERIFIED, or FAILED.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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
Filter by verification status. Allowed values:
PENDING: A Satoshi Test challenge is in progress (countdown active or awaiting confirmation).VERIFIED: The address ownership has been confirmed (by signature or by a matched Satoshi Test transfer).FAILED: The verification attempt did not succeed (Satoshi Test expired without match, or signature verification rejected).
Omit this parameter to return records of all three statuses.
The lifecycle status of an address verification record.
PENDING: A Satoshi Test challenge is in progress (countdown active or awaiting confirmation).VERIFIED: The address ownership has been confirmed (by signature or by a matched Satoshi Test transfer).FAILED: The verification attempt did not succeed (Satoshi Test expired without match, or signature verification rejected).
PENDING, VERIFIED, FAILED "VERIFIED"
Filter by chain ID (e.g. BTC, ETH, BASE_ETH, BSC_BNB, TRON).
"ETH"
Filter by counterparty (self-custody) wallet address.
"0x1234567890abcdef1234567890abcdef12345678"
The maximum number of objects to return. For most operations, the value range is [1, 50].
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.
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.
