Why GraphQL
General information how to start using Flash Payments API
GraphQL Playground
echo '{
"query":
"{
quote(input: {
fromCurrency: AUD, toCurrency: USD, size: 9.9, currency: AUD
})
{
bid ask symbol timestamp inverted
}
}"
}' | curl -X POST 'https://api.uat.flash-payments.com.au' \
-H 'authorization: Bearer YOUR_TOKEN' \
-H 'content-type: application/json' \
-d @-Data cleansing is your responsibility
The user-agent HTTP header
429 Too many requests
Last updated
Was this helpful?