OpenSea · Schema
TransactionReceiptResponse
Transaction receipt with status and asset details
NFTMarketplaceWeb3BlockchainTradingDigital Assets
Properties
| Name | Type | Description |
|---|---|---|
| status | string | Transaction status: PENDING, SUCCESS, PARTIAL_SUCCESS, or FAILED |
| fail_reason | string | Reason for failure, if applicable |
| asset_receipts | array | Successfully received assets |
| failed_asset_receipts | array | Assets that failed to be received |
| total_spent | object | Total amount spent across all assets |
| missing_assets | array | Assets that are missing from the receipt |
| cross_chain_refunded | boolean | Whether a cross-chain refund was issued |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://opensea.io/schemas/TransactionReceiptResponse",
"title": "TransactionReceiptResponse",
"type": "object",
"description": "Transaction receipt with status and asset details",
"properties": {
"status": {
"type": "string",
"description": "Transaction status: PENDING, SUCCESS, PARTIAL_SUCCESS, or FAILED",
"example": "SUCCESS"
},
"fail_reason": {
"type": "string",
"description": "Reason for failure, if applicable"
},
"asset_receipts": {
"type": "array",
"description": "Successfully received assets",
"items": {
"$ref": "#/components/schemas/AssetReceiptResponse"
}
},
"failed_asset_receipts": {
"type": "array",
"description": "Assets that failed to be received",
"items": {
"$ref": "#/components/schemas/AssetReceiptResponse"
}
},
"total_spent": {
"$ref": "#/components/schemas/TotalSpentResponse",
"description": "Total amount spent across all assets"
},
"missing_assets": {
"type": "array",
"description": "Assets that are missing from the receipt",
"items": {
"$ref": "#/components/schemas/AssetIdentifierResponse"
}
},
"cross_chain_refunded": {
"type": "boolean",
"description": "Whether a cross-chain refund was issued"
}
},
"required": [
"asset_receipts",
"failed_asset_receipts",
"missing_assets",
"status",
"total_spent"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/TransactionReceiptResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.