Get UTXOs by references
Retrieve specific UTXOs by their transaction hash and output index. Accepts a list of 1-100 UTXO references (txHash + outputIndex) and returns the corresponding UTXO details including address, value, assets, and datum information.
Authorizations
API key (programmatic access — recommended)
Send your API key in the X-Api-Key header. Keys start with nxs_ and are
created in the dashboard (or via POST /api/keys with a session JWT).
Each key is scoped to one chain and one network (for example
cardano-mainnet), fixed at creation time. It cannot query a different network
on the same chain, and it cannot query a different chain at all. A mismatched
network parameter returns 400 Network Mismatch. Create one key per chain
and network under the same account.
This is the credential most integrations should use.
Query Parameters
CARDANO_MAINNET, CARDANO_PREPROD, CARDANO_PREVIEW, APEX_PRIME_MAINNET, APEX_VECTOR_MAINNET, APEX_VECTOR_TESTNET, MIDNIGHT_MAINNET, MIDNIGHT_PREPROD, MIDNIGHT_PREVIEW, BITCOIN_MAINNET, BITCOIN_TESTNET4 Body
Transaction hash containing the UTXO
64^[a-fA-F0-9]{64}$"8f83b73e8e7f4b7d8f9c2e8f83b73e8e7f4b7d8f9c2e8f83b73e8e7f4b7d8f9c"
Output index within the transaction (0-based)
x >= 00
Response
OK