GuidesAPI Reference
Guides
API Reference

Submit a signature ownership proof

Submits a wallet ownership proof produced by signing an attestation message with the wallet's private key — the output of the SafeConnect frontend components, or an equivalent raw proof assembled by your backend. When the signature is valid the proof is stored as VERIFIED and the recipient becomes eligible for payouts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A signature ownership proof for a self-hosted wallet recipient, as produced by the SafeConnect components or assembled from an equivalent wallet signature.

string
required

Unique identifier of the self-hosted wallet recipient.

string
required

Signature scheme used to produce the proof (for example eip-191 for EVM wallets or tip-191 for TRON wallets).

string
required

The signature produced by the wallet.

string
required

The attestation text that was signed.

string

Optional identifier of the wallet software used (for example metamask).

Responses

400

The signature does not prove ownership of the recipient's wallet address (travel-rule.proof_invalid).

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json