latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Address

Get proof of address ownership

Gets proof of ownership for an address of a TRUST wallet. Returns a unique BTC proof that you can use with your travel-rule solutions. Only available for BTC.

Before using this endpoint, BitGo must configure the VASP ID for your enterprise. Contact support@bitgo.com and provide your enterprise ID, environment (production or testnet), role at your company, and your VASP ID.

get/api/v2/{coin}/wallet/{walletId}/address/{addressOrId}/proof

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
addressOrIdstring required

Address or Id which will be used for information lookup

Response

OK

iouboolean required

True if this is an IOU

addressstring

The address

signaturestring

The proof signature

prefixstring

A 64-character random string used to generate the proof

chain'BITCOIN' | 'ETHEREUM'
proofType'BITCOIN_P2SH' | 'BITCOIN_P2SH_P2WSH' | 'BITCOIN_P2WSH' | 'ETHEREUM_CONTRACT'