Get inscribed satoshis on unspent

get/api/v2/{coin}/wallet/{walletId}/unspent/{unspentId}/inscriptions

Returns inscribed satoshis (and associated data) for an unspent in a wallet. To use this endpoint, BitGo must enable inscription tracking for your enterprise. Contact support@bitgo.com.

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: "btc"
    Min length: >= 1 characters
  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters
  • unspentIdstringRequired
    The id of the unspent in the form <txid>:<tx_index>
    Example: "003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2"
    Min length: >= 1 characters

200 Response

unspentId string required
The id of the unspent in the form <txid>:<tx_index>
Example: 003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2
inscriptions array[object] required
satpoint string required
The satpoint of the inscription
Example: 1
id string required
The id of the inscription
Example: 003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2:1
contentType string required
Type of inscription
Allowed values: application/json application/pdf application/pgp-signature application/yaml audio/flac audio/mpeg audio/wav image/apng image/avif image/gif image/jpeg image/png image/svg+xml image/webp model/gltf-binary model/stl text/html text/plain video/mp4 video/webm
contentLength number required
Number of bytes the inscription is.
Example: 530
satoshoi string
Exact satoshi on the unspent where the inscription is. Has the format <txid>:<vin>:<sat>
Example: 003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2:1

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id