> For the complete documentation index, see [llms.txt](https://passimpay.gitbook.io/passimpay-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://passimpay.gitbook.io/passimpay-api/get-address.md).

# Get address

<mark style="color:green;">`POST`</mark> `https://api.passimpay.io/v2/address`

This endpoint retrieves the deposit address for a specified cryptocurrency. The address can be used for making deposits into the user's account.

**Rate Limit**: 10 requests per second

#### **Headers**

<table><thead><tr><th width="234">Name</th><th width="128">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>x-signature</code></td><td>string</td><td>SHA-256 encrypted signature</td></tr><tr><td><code>Content-Type</code></td><td>string</td><td>application/json</td></tr></tbody></table>

#### **Request Body**

<table><thead><tr><th width="216">Name</th><th width="144">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>platformId</code></td><td>integer</td><td>Platform Id</td></tr><tr><td><code>paymentId</code></td><td>integer</td><td>Currency ID. You can get the list of currency IDs <a href="/pages/cCYjpNNmRMVGOnH1c3fk">here</a>.</td></tr><tr><td><code>orderId</code></td><td>string</td><td>The Order ID on your resource. Type string, maximum length 64, allowed characters 'A-Za-z0-9+/=-:.,_'</td></tr></tbody></table>

#### **Successful response (200)**

<table><thead><tr><th width="206">Name</th><th width="109">Type</th><th>Description</th></tr></thead><tbody><tr><td>result</td><td>integer</td><td>Request result: <br><code>1</code>: success </td></tr><tr><td>address</td><td>string</td><td>Cryptocurrency deposit address</td></tr><tr><td>destinationTag</td><td>integer</td><td>An additional parameter <code>tag</code> , used in Ripple  blockchains.</td></tr></tbody></table>

#### **Error Response (400)**

<table><thead><tr><th width="197">Name</th><th width="159">Type</th><th>Description</th></tr></thead><tbody><tr><td>result</td><td>integer</td><td>Request result: <br><code>0</code>: error</td></tr><tr><td>message</td><td>string</td><td>Error description</td></tr></tbody></table>
