Checkout

User receipts

Checkout Endpoints

Single ( get )

`https://api.unipos.org/receipts/get_single/${id}`

Response

body: {
    _id: string,
    ownerAddress: string,
    title: string,
    receiverAddress: string,
    usd: number,
    chain: {
        id: number,
        name: string
    },
    token: {
        address: string,
        logoURI: string,
        symbol: string
    },
    date: number,
}

Last updated