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 or token ticker symbol.
    Example: "btc"
  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
  • unspentIdstringRequired
    The id of the unspent in the form <txid>:<tx_index>
    Example: "003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2"

200 Response

unspentId string
The id of the unspent in the form <txid>:<tx_index>
Example: 003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2
inscriptions array[object]
id string
The ID of the inscription in the form <txid>i<vin>
Example: 003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8i2
Match pattern: ^[\da-f]{64}i[\d]+$
contentType string
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
Number of bytes the inscription is.
Example: 530
satpoint string
Exact satoshi on the unspent where the inscription is. Has the format <txid>:<vin>:<sat>
Example: 003f688cc349f1fca8ac5ffa21671ca911b6ef351085c60733ed8c2ebf162cb8:2:0
Match pattern: ^[\da-f]{64}:[\d]+:[\d]+$

400 Response

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