{ "opencollection": "1.0.0", "info": { "name": "Fin.com Authentication Crypto Orchestration API", "version": "1.0.0" }, "items": [ { "info": { "name": "Crypto Orchestration", "type": "folder" }, "items": [ { "info": { "name": "Create a Payment", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.fin.com/v1/transit/payment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new payment order for a supported integration type (ByBit, Kraken, OKX, Pass Through)" }, { "info": { "name": "Fetch a Payment", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.fin.com/v1/transit/payment/:payment_id", "params": [ { "name": "payment_id", "value": "FIN_PROVIDED_UUID", "type": "path", "description": "The unique payment identifier returned from Create Payment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve payment details by payment ID" }, { "info": { "name": "Create a crypto payment quote", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.fin.com/v1/transit/quote", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a fee estimation quote for a transit payment" } ] } ], "bundled": true }