Download OpenAPI specification:
API for managing escrow transactions on Cardano using Hydra L2 scaling solution
{ }{- "message": "string",
- "state": "Idle",
- "apiKey": "string",
- "apiKeyExpiration": "2019-08-24T14:15:22Z",
- "escrowL1Address": "addr_test1qp0x6s5h3cj8k3hg3q5d3j2n7v8m9c0b5a4f7e8d9g6h5j4k3l2m1n0",
- "balance": {
- "ada": 0,
- "lovelace": 0
}, - "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
{- "apiKey": "string"
}{- "message": "string",
- "state": "Idle",
- "escrowId": "string",
- "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
{- "apiKey": "string"
}{- "message": "string",
- "state": "Idle",
- "apiKeyExpiration": "2019-08-24T14:15:22Z",
- "escrowL1Address": "addr_test1qp0x6s5h3cj8k3hg3q5d3j2n7v8m9c0b5a4f7e8d9g6h5j4k3l2m1n0",
- "balance": {
- "ada": 0.1,
- "lovelace": 1000000
}, - "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
{- "apiKey": "string"
}{- "message": "string",
- "status": "closing",
- "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
{- "apiKey": "string"
}{- "message": "string",
- "status": "aborted",
- "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
| amount required | integer (Lovelace) >= 1 Amount in lovelace (1 ADA = 1,000,000 lovelace) |
{- "apiKey": "string",
- "amount": 1000000
}{- "message": "string",
- "status": "pending",
- "balance": {
- "ada": 0.1,
- "lovelace": 1000000
}
}| apiKey required | string API Key for authentication |
{- "apiKey": "string"
}{- "message": "string",
- "state": "Idle",
- "apiKeyExpiration": "2019-08-24T14:15:22Z",
- "escrowL1Address": "addr_test1qp0x6s5h3cj8k3hg3q5d3j2n7v8m9c0b5a4f7e8d9g6h5j4k3l2m1n0",
- "balance": {
- "ada": 0.1,
- "lovelace": 1000000
}, - "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
{- "apiKey": "string"
}{- "message": "string",
- "state": "Idle",
- "apiKeyExpiration": "2019-08-24T14:15:22Z",
- "escrowL1Address": "addr_test1qp0x6s5h3cj8k3hg3q5d3j2n7v8m9c0b5a4f7e8d9g6h5j4k3l2m1n0",
- "balance": {
- "ada": 0.1,
- "lovelace": 1000000
}, - "timestamp": "2019-08-24T14:15:22Z"
}| apiKey required | string API Key for authentication |
| amount required | integer (Lovelace) >= 1 Amount in lovelace (1 ADA = 1,000,000 lovelace) |
| to required | string (CardanoAddress) ^addr_test1[a-z0-9]+$ Cardano testnet address |
{- "apiKey": "string",
- "amount": 1000000,
- "to": "addr_test1qp0x6s5h3cj8k3hg3q5d3j2n7v8m9c0b5a4f7e8d9g6h5j4k3l2m1n0"
}{- "message": "string",
- "balance": {
- "ada": 0.1,
- "lovelace": 1000000
}
}| apiKey required | string API Key for authentication |
| amount required | integer (Lovelace) >= 1 Amount in lovelace (1 ADA = 1,000,000 lovelace) |
| to required | string (CardanoAddress) ^addr_test1[a-z0-9]+$ Cardano testnet address |
{- "apiKey": "string",
- "amount": 1000000,
- "to": "addr_test1qp0x6s5h3cj8k3hg3q5d3j2n7v8m9c0b5a4f7e8d9g6h5j4k3l2m1n0"
}{- "message": "string",
- "balance": {
- "ada": 0.1,
- "lovelace": 1000000
}
}