Retrieves a list of quotes
A list of quotes.
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.
The submitted request could not be completed because the requested entity does not exist.
No supported media types in the 'accept' request header.
curl -i -X GET \ 'https://api.conduit.financial/quotes?page%5Bsize%5D=20&page%5Bafter%5D=string&page%5Bbefore%5D=string' \ -H 'X-API-Key: YOUR_API_KEY_HERE' \ -H 'X-API-Secret: YOUR_API_KEY_HERE'
{- "links": {
}, - "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"
}
}
]
}