docs
docs copied to clipboard
Uphold API Reference
This PR adds a `LICENSE` file with CC-BY 4.0 license text and adds the CC-BY 4.0 badge to the `README` file.
The `/me/cards` endpoint supports filtering by currency but that is not reflected on the Doc. Here is an example of the filter: `GET /v0/me/cards?q=currency:BAT` The documentation should be updated with...
https://github.com/uphold/docs/blob/master/_tickers.md `curl https://api.uphold.com/v0/ticker/USD-EUR` sample here screams `curl: (35) error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert protocol version`
I'm needing the ability to send XRP to an address plus the destination tag. The destination tag isn't an option
- Update Account-related information in the Entities section - Document functionality to delete accounts
Recently I tried to authenticate using my sandbox business user by client credentials flow. I did the following request ``` curl -X POST https://api-sandbox.uphold.com/oauth2/token \ > -H "Content-Type: application/x-www-form-urlencoded" \...
Each time i'm trying to transfert all the money from a single card i have got this error : denomination: validation_failed probably because the value has changed after my last...