Cryptomus · Schema
Cryptomus Payout Object
Schema for a Cryptomus payout object
CryptocurrencyPaymentsInvoicesPayoutsExchange RatesCrypto Gateway
Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | Payout unique identifier |
| amount | string | Payout amount in specified currency |
| currency | string | Currency code |
| network | string | Blockchain network code |
| address | string | Recipient wallet address |
| txid | stringnull | Blockchain transaction ID (null if pending) |
| status | string | Payout status |
| is_final | boolean | Whether the payout is finalized |
| balance | number | Remaining merchant balance |
| payer_currency | string | Actual cryptocurrency used for payout |
| payer_amount | string | Amount in payer currency |
| created_at | string | Payout creation timestamp |
| updated_at | string | Payout last update timestamp |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/cryptomus/refs/heads/main/json-schema/payout.json",
"title": "Cryptomus Payout Object",
"description": "Schema for a Cryptomus payout object",
"type": "object",
"properties": {
"uuid": {
"type": "string",
"format": "uuid",
"description": "Payout unique identifier"
},
"amount": {
"type": "string",
"description": "Payout amount in specified currency"
},
"currency": {
"type": "string",
"description": "Currency code"
},
"network": {
"type": "string",
"description": "Blockchain network code"
},
"address": {
"type": "string",
"description": "Recipient wallet address"
},
"txid": {
"type": ["string", "null"],
"description": "Blockchain transaction ID (null if pending)"
},
"status": {
"type": "string",
"enum": ["process", "check", "paid", "fail", "cancel", "system_fail"],
"description": "Payout status"
},
"is_final": {
"type": "boolean",
"description": "Whether the payout is finalized"
},
"balance": {
"type": "number",
"description": "Remaining merchant balance"
},
"payer_currency": {
"type": "string",
"description": "Actual cryptocurrency used for payout"
},
"payer_amount": {
"type": "string",
"description": "Amount in payer currency"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Payout creation timestamp"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Payout last update timestamp"
}
},
"required": ["uuid", "amount", "currency", "address", "status", "is_final", "balance", "payer_currency", "payer_amount"]
}
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/payout"
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.