# TranSwap Api ## Docs - [TranSwap Api v1.8.8](https://developer.transwap.dev/doc-660304.md): ## API Docs - Access Token [Obtain Access Token](https://developer.transwap.dev/api-9999145.md): To obtain an `access_token` by specifying your `client_id` and `client_secret`. The returned token is required for every call to any Transwap API, you must include the `access_token` in the HTTP header `Authorization: Bearer [access_token]`. - Accounts [Get current Account](https://developer.transwap.dev/api-9999146.md): Get the current `Account` associated with provided `access_token`. - Contacts [Get Contact by ID](https://developer.transwap.dev/api-9999147.md): Get a specific `Contact` by ID. - Contacts [Update an existing Contact](https://developer.transwap.dev/api-9999148.md): Update an existing `Contact`. - Contacts [Remove an existing Contact](https://developer.transwap.dev/api-9999149.md): Remove an existing `Contact`. - Contacts [Find Contacts](https://developer.transwap.dev/api-9999150.md): Find `Contacts` by parameter(s). - Contacts [Create a new Contact](https://developer.transwap.dev/api-9999151.md): Create a new `Contact`. - Conversions [Create a new Conversion Quotation](https://developer.transwap.dev/api-9999152.md): Create a new `Conversion Quotation`. - Conversions [Get Conversion Quotation by ID](https://developer.transwap.dev/api-9999153.md): Get a specific `Conversion Quotation` by ID. - Conversions [Create a new Conversion](https://developer.transwap.dev/api-9999154.md): Create a new `Conversion`. - Conversions [Find Conversions](https://developer.transwap.dev/api-9999155.md): Find `Conversion(s)` by parameter(s). - Conversions [Get conversion by ID](https://developer.transwap.dev/api-9999156.md): Get a specific `Conversion` by ID. - References [Exchange Rates](https://developer.transwap.dev/api-9999159.md): Find `Exchange Rate(s)` by parameter(s). - References [Countries](https://developer.transwap.dev/api-9999160.md): Get `Country` list. - References [Banks](https://developer.transwap.dev/api-9999161.md): Get `TranSwap supported Bank` list by parameter(s). - References [Transfer Purposes](https://developer.transwap.dev/api-9999162.md): Get `Transfer Purpose` options. - References [Fund Sources](https://developer.transwap.dev/api-9999163.md): Get `Sources of Fund` options. - References [Industries](https://developer.transwap.dev/api-9999164.md): Get `Industry` and `Sub-industry` list. - References [Attachement Types](https://developer.transwap.dev/api-9999165.md): Get `Attachement Type` list. - Transfers [Create a new Transfer Quotation](https://developer.transwap.dev/api-9999166.md): Create a new `Transfer Quotation`. - Transfers [Get Transfer Quotation by ID](https://developer.transwap.dev/api-9999167.md): Get a specific `Transfer Quotation` by ID. - Transfers [Create a new Transfer](https://developer.transwap.dev/api-9999168.md): Create a new `Transfer`. - Transfers [Find Transfers](https://developer.transwap.dev/api-9999169.md): Find `Transfer(s)` by parameter(s). - Transfers [Transfer Attachments](https://developer.transwap.dev/api-9999170.md): Update existing `Transfer Attachment(s)`. - Transfers [Get Transfer by ID](https://developer.transwap.dev/api-9999171.md): Get a specific `Transfer` by ID. - Transfers [Cancel an existing Transfer](https://developer.transwap.dev/api-9999172.md): Request for `Transfer` cancellation. - Wallets [Find Wallets](https://developer.transwap.dev/api-9999173.md): Find `Wallet(s)` by parameter(s). - Wallets [Get Wallet by Currency](https://developer.transwap.dev/api-9999174.md): Get specific `Wallet(s)` by `Currency`. - CallBacks [Deposit Notification](https://developer.transwap.dev/api-9999175.md): The sample of `Deposit Notification` simulation. - CallBacks [Conversion Notification](https://developer.transwap.dev/api-9999176.md): The sample of `Conversion Notification` simulation. - CallBacks [Transfer Notification](https://developer.transwap.dev/api-9999177.md): The sample of `Transfer Notification` simulation.