curl --request GET \
--url https://api.sandbox.iron.xyz/api/autoramps/{external_id}/external \
--header 'X-API-Key: <api-key>'{
"created_at": "2023-11-07T05:31:56Z",
"deposit_rails": [
{
"address": "10 Downing Street, London, SW1A 2AA, GB",
"beneficiary_name": "Alan Turing",
"bic": "COBADEFFXXX",
"iban": "DE89370400440532013000",
"name": "Iron Bank",
"phone": "+44-20-1234-5678"
}
],
"destination_currency": {
"blockchain": "Solana",
"token": "USDC"
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_third_party": true,
"recipient": {
"account_identifier": {
"iban": "DE89370400440532013000",
"type": "SEPA"
},
"address": {
"city": "London",
"country": {
"code": "GB"
},
"postal_code": "SW1A 2AA",
"state": "England",
"street": "10 Downing Street"
},
"email_address": {
"email": "john.doe@example.com"
},
"is_third_party": false,
"phone_number": "+49-30-12345678",
"provider_country": {
"code": "DE"
},
"provider_name": "Iron Bank",
"recipient": {
"name": "Aperture Science",
"type": "Business"
}
},
"source": "Standalone",
"source_currencies": [
{
"blockchain": "Solana",
"token": "USDC"
}
],
"status": "Created",
"additional_partner_fee_in_bips": "<string>",
"deposit_account": {
"address": "10 Downing Street, London, SW1A 2AA, GB",
"beneficiary_name": "Alan Turing",
"bic": "COBADEFFXXX",
"iban": "DE89370400440532013000",
"name": "Iron Bank",
"phone": "+44-20-1234-5678"
},
"external_id": "<string>",
"name": "<string>",
"quote": {
"amount_in": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"amount_out": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"fee": {
"banking_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"iron_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"network_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"network_fees": [
{
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
}
],
"network_fees_with_settlement": [
{
"fee_amount": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"fee_type": "SepaIn",
"settlement": "deductedImmediately"
}
],
"partner_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"partner_fees": [
{
"fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"label": "<string>",
"settlement": "deductedImmediately"
}
],
"total_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"transaction_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"deducted_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"iron_fee_settlement": "deductedImmediately"
},
"fee_settlement": "deductedImmediately",
"partner_fee_settlement": "deductedImmediately",
"quote_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rate": "<string>",
"rate_expiry_policy": "Return",
"rate_lock_valid_until": "2023-11-07T05:31:56Z",
"valid_until": "2023-11-07T05:31:56Z",
"slippage_tolerance_in_bips": "<string>"
},
"travel_address": "<string>",
"wire_message": "<string>"
}Get a single autoramp by external ID
curl --request GET \
--url https://api.sandbox.iron.xyz/api/autoramps/{external_id}/external \
--header 'X-API-Key: <api-key>'{
"created_at": "2023-11-07T05:31:56Z",
"deposit_rails": [
{
"address": "10 Downing Street, London, SW1A 2AA, GB",
"beneficiary_name": "Alan Turing",
"bic": "COBADEFFXXX",
"iban": "DE89370400440532013000",
"name": "Iron Bank",
"phone": "+44-20-1234-5678"
}
],
"destination_currency": {
"blockchain": "Solana",
"token": "USDC"
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_third_party": true,
"recipient": {
"account_identifier": {
"iban": "DE89370400440532013000",
"type": "SEPA"
},
"address": {
"city": "London",
"country": {
"code": "GB"
},
"postal_code": "SW1A 2AA",
"state": "England",
"street": "10 Downing Street"
},
"email_address": {
"email": "john.doe@example.com"
},
"is_third_party": false,
"phone_number": "+49-30-12345678",
"provider_country": {
"code": "DE"
},
"provider_name": "Iron Bank",
"recipient": {
"name": "Aperture Science",
"type": "Business"
}
},
"source": "Standalone",
"source_currencies": [
{
"blockchain": "Solana",
"token": "USDC"
}
],
"status": "Created",
"additional_partner_fee_in_bips": "<string>",
"deposit_account": {
"address": "10 Downing Street, London, SW1A 2AA, GB",
"beneficiary_name": "Alan Turing",
"bic": "COBADEFFXXX",
"iban": "DE89370400440532013000",
"name": "Iron Bank",
"phone": "+44-20-1234-5678"
},
"external_id": "<string>",
"name": "<string>",
"quote": {
"amount_in": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"amount_out": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"fee": {
"banking_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"iron_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"network_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"network_fees": [
{
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
}
],
"network_fees_with_settlement": [
{
"fee_amount": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"fee_type": "SepaIn",
"settlement": "deductedImmediately"
}
],
"partner_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"partner_fees": [
{
"fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"label": "<string>",
"settlement": "deductedImmediately"
}
],
"total_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"transaction_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"deducted_fee": {
"amount": "100.5",
"currency": {
"code": "USD",
"type": "Fiat"
}
},
"iron_fee_settlement": "deductedImmediately"
},
"fee_settlement": "deductedImmediately",
"partner_fee_settlement": "deductedImmediately",
"quote_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rate": "<string>",
"rate_expiry_policy": "Return",
"rate_lock_valid_until": "2023-11-07T05:31:56Z",
"valid_until": "2023-11-07T05:31:56Z",
"slippage_tolerance_in_bips": "<string>"
},
"travel_address": "<string>",
"wire_message": "<string>"
}API Key
The autoramp external ID
Get autoramp successful
Autoramp
The autoramp response
A Autoramp response
The created at timestamp
Show child attributes
SEPA "SEPA"
The beneficiary name for the IBAN (account holder). For Monerium/Fiat Republic this is always the customer name.
{
"address": "10 Downing Street, London, SW1A 2AA, GB",
"beneficiary_name": "Alan Turing",
"bic": "COBADEFFXXX",
"iban": "DE89370400440532013000",
"name": "Iron Bank",
"phone": "+44-20-1234-5678"
}Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }The id of the autoramp
Is this a third party payment (3pp) autoramp
Recipient
The recipient of the payment
Show child attributes
BankAccount "BankAccount"
{ "iban": "DE89370400440532013000" }RecipientPostalAddress
The account holder's address.
Show child attributes
The city
The postal code
The state
The street address
Is this a users fiat bank account or a third party fiat bank account
The name of the provider of the recipient's account
The recipient's phone number. Required for USD accounts.
{
"account_identifier": {
"iban": "DE89370400440532013000",
"type": "SEPA"
},
"address": {
"city": "London",
"country": { "code": "GB" },
"postal_code": "SW1A 2AA",
"state": "England",
"street": "10 Downing Street"
},
"email_address": { "email": "john.doe@example.com" },
"is_third_party": false,
"phone_number": "+49-30-12345678",
"provider_country": { "code": "DE" },
"provider_name": "Iron Bank",
"recipient": {
"name": "Aperture Science",
"type": "Business"
}
}Autoramp Source
The source of the autoramp
Standalone, Quote The source currencies
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }Created, EditPending, Authorized, DepositAccountAdded, Approved, Rejected, Cancelled The additional partner fee in bips
Deprecated, please use the information in the deposit_rails field instead
Show child attributes
SEPA "SEPA"
The beneficiary name for the IBAN (account holder). For Monerium/Fiat Republic this is always the customer name.
{
"address": "10 Downing Street, London, SW1A 2AA, GB",
"beneficiary_name": "Alan Turing",
"bic": "COBADEFFXXX",
"iban": "DE89370400440532013000",
"name": "Iron Bank",
"phone": "+44-20-1234-5678"
}External ID for the autoramp, provided by the partner
The name of the autoramp
Autoramp Quote
The autoramp quote used to create an autoramp
Show child attributes
An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}Fee
The fee for a given currency pair
Show child attributes
An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}The network fees in source currency
Network Fee
The network fee for a given currency. This is deprecated and will be removed in the future. Use NetworkFeeWithSettlement instead.
Show child attributes
SwiftOut "SwiftOut"
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}The network fees with settlement
Show child attributes
An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}Network Fee Type
The type of network fee
SepaIn, SepaOut, EthereumGas, SolanaTransactionFee, StellarTransactionFee, RailFee, AchIn, AchOut, WireIn, WireOut, SwiftIn, SwiftOut, FpsIn, FpsOut, ChapsIn, ChapsOut Fee Settlement
The settlement type for the fee
deductedImmediately, settledLater An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}The partner fees
Show child attributes
An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}The label of the partner fee
Fee Settlement
The settlement type for the fee
deductedImmediately, settledLater An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}An amount of money
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}The amount of the fee that was deducted immediately and charged to the end customer. This is deprecated and will be removed in the future. Use transaction_fee instead.
Show child attributes
The amount, a decimal number
Currency
Can be either crypto or fiat
Show child attributes
Crypto "Crypto"
Blockchain
A type of blockchain
Solana, Ethereum, Polygon, Arbitrum, Base, Stellar The ticker of the token e.g. 'USDC'
{ "blockchain": "Solana", "token": "USDC" }{
"amount": "100.5",
"currency": { "code": "USD", "type": "Fiat" }
}Fee Settlement
The settlement type for the fee
deductedImmediately, settledLater Fee Settlement
The settlement type for the fee
deductedImmediately, settledLater Fee Settlement
The settlement type for the fee
deductedImmediately, settledLater The id of the quote
The rate
Rate Expiry Policy
The policy for the rate expiry
Return, Slippage The rate lock valid until
The valid until
The slippage tolerance in bips
The travel rule address for compliance
reference message for outgoing wire transfers