v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Address Verification

Create address verification

For SIGNATURE method: EVM messages follow EIP-191; Solana messages are JSON payloads signed with ed25519.

post/addresses/verifications

Request body

networkstring
addressstring
verification_method'SIGNATURE' | 'SMALL_DEPOSIT' | 'MANUAL'
ref_idstring

Response

A successful response.

idstring
networkstring
addressstring
verification_method'SIGNATURE' | 'SMALL_DEPOSIT' | 'MANUAL'
status'PENDING' | 'APPROVED' | 'EXPIRED' | 'CANCELLED'
created_atstring date-time
updated_atstring date-time
expires_atstring date-time

expires_at is computed server-side at creation time and is always populated.

ref_idstring