Skip to main content
POST

Authorizations

X-API-Key
string
header
required

Tayho project API key with the scope declared by the operation.

Headers

idempotency-key
string
required
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:-]{7,127}$
Example:

"018f47f6-6229-7c23-a83b-32f864cc30d8"

Response

Response for status 202

id
string
required
Pattern: ^0x[0-9a-fA-F]{64}$
Example:

"0x2222222222222222222222222222222222222222222222222222222222222222"

receipt
string
required
Required string length: 32 - 512
state
enum<string>
required
Available options:
received,
validating,
queued,
broadcast,
confirmed,
indexed,
cancelled,
expired,
rejected,
reverted
Last modified on July 23, 2026