Creates a new, non-accepted quote.
The details of the new quote.
Quote details.
required | object | ||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
required | object | ||||||||||||||||||||||||||||
The submitted request could not be completed because of an error in the input.
Access prohibited. This typically indicates that the presented credentials were invalid.
No supported media types in the 'accept' request header.
Unsupported media type in the 'content-type' request header.
{- "data": {
- "attributes": {
- "source": {
- "assetType": "asset:eth:USDC",
- "amount": "5000000000"
}, - "target": {
- "assetType": "asset:eth:USDC"
}
}
}
}
{- "data": {
- "id": "id:quote:2G6BST3Q0age8uCpYN7vIloQyxT",
- "type": "quote",
- "attributes": {
- "source": {
- "assetType": "asset:eth:USDC",
- "amount": "5000000000"
}, - "target": {
- "assetType": "asset:eth:USDC",
- "amount": "5000000000"
}, - "expiresAt": "2019-08-24T14:15:22Z",
- "status": "open"
}
},
}