# List of deposits **GET /deposits** ## Servers ## Parameters ### Path parameters - **state** (string) - **page** (number) ## Responses ### 200 OK #### Body: (object) - **id** (string(uuid)) - **updated_at** (string(date)) - **xdr_sequence_number** (integer) Sequence number of the Stellar transaction - **payment_transaction_id** (string) - **destination_address** (string) Public stellar address to send the asset to - **amount** (number(float)) Amount - **purpose** (string) User's reference code used to identify fiat payment - **state** (text) Current state of the deposit. - **xdr** (text) XDR (External Data Representation) for related Stellar transaction - **created_at** (string(date)) ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)