Fetch a project's distribution list as a `text/csv; charset=utf-8` response

GET /projects/{id}/distribution_list

Fetch a project's distribution list as a text/csv; charset=utf-8 response.

Path parameters

  • id string Required

    Resource ID

Responses

  • The project's distribution list CSV

  • Authorization information is missing or invalid.

  • Resource not found.

GET /projects/{id}/distribution_list
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/projects/{id}/distribution_list
Response examples (200)
"address,amount\n0x4e399cfcb61e59e5dbae3bfcda9c36f700012d7f,42\n0xc418353e4526d2a1df4176036c6e0b1a9a0e5aae,21\n"
Response examples (200)
address,amount
0x4e399cfcb61e59e5dbae3bfcda9c36f700012d7f,42
0xc418353e4526d2a1df4176036c6e0b1a9a0e5aae,21