Get Funding Request By ID
Last updated August 13th, 2025
get api.withmono.com/owo/v1/fund-requests/:idv1.0 
This resource retrieves the details of a single fund request using its unique ID.
Query params
Headers
Request
123456789
curl --request GET \
     --url https://api.withmono.com/owo/v1/fund-requests/:id \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string' \
     --header 'Content-Type: application/json' \
     --data '{
  }
}
'
Response
Choose an option from the drop down or click one of these buttons to see an example:
