{ "opencollection": "1.0.0", "info": { "name": "BVNK API Endpoints Trading and Conversions API", "version": "1.0.1" }, "items": [ { "info": { "name": "Trading and Conversions", "type": "folder" }, "items": [ { "info": { "name": "Create Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.bvnk.com/api/v1/quote", "params": [ { "name": "estimate", "value": "", "type": "query", "description": "Create estimate quote" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a quote to convert between wallets." }, { "info": { "name": "Accept Quote", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sandbox.bvnk.com/api/v1/quote/accept/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The quote UUID you are accepting." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Executes a quote." }, { "info": { "name": "Read Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.bvnk.com/api/v1/quote/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the quote you are retrieving." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a specific quote." }, { "info": { "name": "List Quotes", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.bvnk.com/api/v1/quote/:merchantId", "params": [ { "name": "merchantId", "value": "", "type": "path", "description": "Merchant ID you are retrieving quotes from." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves all quotes on a specific Merchant ID." } ] } ], "bundled": true }