Denomination
Thedenomination property defines the value moved from origin to destination. It consists of two key components:
asset: The asset that the amount refers to (typically the same as either the origin, destination, or the user’s national currency)amount: The numerical value to be transferredtarget: Specifies which side the amount applies to:origin: If selected, the exact defined amount will be debited from the origindestination: If selected, the exact defined amount will be credited to the destination
Example: Using the Target Field
Consider a trade of 500 GBP to BTC with a 2% fee: Ifdenomination.target is set to origin, then:
- Exactly 500 GBP will be debited from the origin
- The 2% fee (10 GBP) is applied, and the BTC worth of 490 GBP is credited to the destination
denomination.target is set to destination, then:
- 500 GBP plus the 2% fee (10 GBP) will be debited from the origin
- The exact BTC worth of 500 GBP will be credited to the destination
Authorizations
OAuth 2.0 authentication.
Body
application/json
Response
Quote created.